

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

.area {
	width: 679px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.js {
	POSITION: relative;
	WIDTH: 679px;
	HEIGHT: 315px;
	margin: 0 auto;
}

.box01{
    WIDTH: 679px;
    HEIGHT: 315px;
}
.box01 img{
	width: 100%;
	height: 100%;
}
.prevBtn {
	BACKGROUND: url(../images/btn01h.jpg) no-repeat;
	HEIGHT: 47px;
	WIDTH: 32px;
	display: block;
	position: absolute;
	top: 120px;
}

.prevBtn:hover {
	BACKGROUND: url(../images/btn01.jpg) no-repeat;
}

.nextBtn {
	BACKGROUND: url(../images/btn02h.jpg) no-repeat;
	HEIGHT: 47px;
	WIDTH: 32px;
	display: block;
	position: absolute;
	right: 0;
	top: 120px;
}


.bg {
	width: 100%;
	padding-top: 1px;
	background: #4c4c4c;
	_background: none;
	/*IE6*/
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/bg01.png");
	/*IE6*/
	height: 34px;
	left: 0;
	FONT-WEIGHT: bold;
	top: 280px;
	position: absolute;
}

.jsNav {
	position: absolute;
	left: 220px;
	top: 281px;
}

.jsNav a {
	width: 40px;
	font-size: 14px;
	margin-right: 6px;
	display: inline;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
}

.jsNav a:hover {
	color: #FF1555;
	text-decoration: none;
	background: #fff;
}

.jsNav .imgSelected {
	color: #FF1555;
	background: #fff;
}

.qq {
	display: none;
	z-index: 200
}
